home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
Internal_35_flash volume down.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
279 b
|
21 lines
on beginSprite me
sprite(6).blend = 0
end
on mouseEnter me
sprite(6).blend = 50
end
on mouseLeave me
sprite(6).blend = 0
end
on mouseDown me
if the soundLevel = 0 then
nothing()
else
set the soundLevel to the soundLevel - 1
end if
put the soundLevel
end